The SixBit Application Programming Interface
Making API Calls from a Drop Folder

Making calls from a drop folder is part of the Advanced Automation capabilities only available in the Enterprise Edition of SixBit.

For those users who don't have access to a programming environment to make API calls, drop folder processing has been provided.  Drop Folder processing simply requires the calls to be placed into a file and the file placed into the specified drop folder.  At regular intervals, the SixBit Agent will poll the drop folder Input Path and will process the files it finds.   The Output Path and Log Path determine the location of where the output and logging information are written.  Input files that are processed will be moved to the Porcessed Path.  See Setting the Drop Folder in SixBit to view or change the location of the drop folder paths. 

As with all SixBit API interactions, the content of the drop folder files must also be XML.  The files must contain an element that contains each call as defined in SixBitAPICalls.  Sample drop folder files as well as an example of how to use them can be found in the Drop Folder Example.

See Also